/* 联系我们 */
.footer-contact {
	padding: 75px 0 70px 0;
	background-color: #fafafa;
}

.contact-title {
	text-align: center;
	margin-bottom: 40px;
}

.footer-contact #nav-btn {
	width: 680px;
	margin: auto;
}

.footer-contact #nav-btn a {
	    width: 95%;
	    padding: 15px 0;
}
.footer-contact #nav-btn a i{
	font-size: 25px;
	    margin-right: 5px;
	    position: relative;
	    top: 1px;
}
.footer-contact #nav-btn a span{
	        position: relative;
	        top: -2px;
}
.footer-contact #nav-btn a:hover {
	background-color: #FAFAFA;
	color: #DC0017;
}

/* .footer-contact #nav-btn a i {
	font-size: 28px;
	margin-right: 5px;
} */
.footer-contact #nav-btn svg.mail{
	height: 26px;
	position: relative;
	top: 5px;
}
.footer-contact #nav-btn svg.phone{
	position: relative;
	top: 3px;
}
.footer-contact #nav-btn a:hover svg *{
	stroke: #E6001E;
}
.footer-contact #nav-btn a:hover svg.phone{
	stroke: #E6001E;
	fill: #fff;
}
.footer-list .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.footer-list p {
	margin-bottom: 20px;
}

.footer-list li {
	margin-bottom: 10px;
}

/* 底部导航 */
.footer-nav {
	background-color: #212121;
	color: #fff;
	padding: 50px 0;
}

.footer-nav a {
	color: #fff;
}
.footer-logo a{
	display: block;
	width: 166px;
}
.footer-logo img {
	width: 100%;
}

.contact-code {
	width:440px;
	margin:30px 0 0 0;
	display:flex;
	color:#111;
	justify-content: center;
}
.contact-item {
	width:120px;
	height:160px;
	color:#111;
	margin:0 20px 0 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	font-size:90%;
	margin-right:60px
}
.contact-item img {
	width:100%
}

.footer-code {
	width:440px;
	margin-top:20px;
	display:flex;
	/*justify-content: center;*/	
}
.codes {
	width:36%;
	height:160px;
	color:#fff;
	margin-right:10%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	font-size:90%;
	margin-right:90px
}
.codes img {
	width:100%;
	margin-bottom:10px
}

.footer-version {
	text-align: center;
}

/* PC端样式 */
@media screen and (min-width: 997px) {

	/*  底部导航  */
	.footer-list a {
		transition: 0.3s ease-in-out;
		position: relative;
		display: inline-block;
		line-height: 1.5;
	}

	.footer-list a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		height: 1px;
		background-color: #fff;
		transition: .3s;
	}

	.footer-list a:hover::after {
		width: 100%;
	}

}

/* 移动端样式 */
@media screen and (max-width:997px) {

	/* 联系我们 */
	.footer-contact {
		padding-top: 50px;
	}

	.footer-contact #nav-btn {
		width: 100%;
	}

	.contact-title {
		font-size: 14px;
	}

	.footer-contact #nav-btn a {
		width: 80%;
		color: #fff;
		font-size: 14px;
		padding: 10px 0;
	}

	.footer-contact #nav-btn a i {
		font-size: 20px;
		top: 1px;
	}

	/* 底部导航 */
	.footer-logo {
		width: 100%;
		text-align: center;
	}

	.footer-logo a {
		display: block;
		width: 40%;
		margin: auto;
	}

	.footer-logo img {
		width: 100%;
	}

	.footer-list .list {
		margin-top: 50px;
		margin-left: 10%
	}

	.footer-list .list div {
		width: 50%;
		margin-top: 30px;
	}

	.footer-version {
		text-align: center;
	}
}
